By default, all components of the same application run in the same process and thread, called the main thread. If an application component ... Processes · Threads · Worker threads · Thread-safe methods
This main thread, also known as the UI thread, is responsible for everything that happens onscreen. Understanding how it works can help you ... Main thread · Threads and UI object... · Explicit references · Thread priority
UI Thread and Main Thread are same only in Android. The Main thread, that is responsible for handling the UI events like Draw, Listen and receive the UI events.